Header Constructor (String, String) |
Initializes a new instance of the
Header class.
Namespace:
Independentsoft.Email.Mime
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Header(
string name,
string value
)
Public Sub New (
name As String,
value As String
)
Parameters
- name
- Type: SystemString
The name. - value
- Type: SystemString
The value.
See Also